-
Notifications
You must be signed in to change notification settings - Fork 118
improve debugging example #84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
de83f9c to
4b6005b
Compare
1b3df9c to
25f1e8d
Compare
|
@swift-server-bot test this please |
1 similar comment
|
@swift-server-bot test this please |
3f8aa91 to
4b015a8
Compare
| using the relevant `MyLambda` and `MyApp` Xcode schemas. | ||
|
|
||
| Start with running the `MyLambda` target on the mac, once up you should see a log message in Xcode console saying | ||
| `LocalLambdaServer started and listening on 127.0.0.1:7000, receiving payloads on /invoke` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps make this into a code block
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will address when we merge #83 since it changes things
motivation: clearer examples as we prepare to open source changes: * rename debugging example to make the name more accurate * add more information in the local debugging example * add a Shared module to show how to share code between client and server * make example more useful - use JSON for registration like flow * add docker-compose task to test examples
4b015a8 to
2875063
Compare
|
@swift-server-bot test this please |
Co-authored-by: Yim Lee <yim_lee@apple.com>
617196a to
5d0f126
Compare
012bcdb to
c410f5d
Compare
motivation: clearer examples as we prepare to open source
changes: